home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / wout99.zip / WAIT.DOC < prev    next >
Text File  |  1993-06-03  |  2KB  |  63 lines

  1.  
  2. WaitItOut version 0.99ß2 - Distributed as WOUTxx.ZIP where xx is the version.
  3.  
  4. This program is Copywrite by C-9 Communications, Houston, TX. and is
  5. distributed AS IS with no warranty implied! WOUTxx.ZIP is also distributed
  6. under the FreeWare Concept. If you like it, please send a small fee in the
  7. amount of whatever the program's worth is to you - to:
  8.  
  9. C-9 Communications
  10. 7066 Lakeview Haven Dr., Suite 105
  11. Houston, TX 77095
  12.  
  13. Description:
  14.  
  15. Dos Command Line Utility to either wait a specified number of minutes or to
  16. wait until a file exists in a specified path. Please type WAIT ? for help.
  17. Unlike other delay and wait utilities, a simple press of a key will abort it.
  18. No annoying CTRL-BREAK, CTRL-ALT-DEL, etc. to make it stop!
  19.  
  20. *****HISTORY*****
  21.  
  22. 6-03-93
  23.  
  24.   Added -d switch to optionally delete the file it is waiting for
  25.   when it does EXIST.
  26.  
  27.   All commands MUST be preceeded by a - (dash) except ?
  28.  
  29.   Honors the -m command line parameter FIRST. In other words, the
  30.   following command:
  31.  
  32.       wait -fg:\node\temp.txt -m2 -d
  33.  
  34.   would FIRST wait 2 minutes, then wait until g:\node\temp.txt existed
  35.   and then delete g:\node\temp.txt.
  36.  
  37.  
  38. 5-20-93
  39.  
  40. Implemented:
  41.  
  42.   Waits any number of minutes and doesn't suffer the abnormalities
  43.   of crossing midnight, network server time (workstation time
  44.   synching to servers), etc. fluctuations.
  45.   Waits until a specified file EXISTS in a specified path.
  46.   Honors potential file locking and creation problems.
  47.  
  48. Code in place but NOT implemented yet: (still α)
  49.  
  50.   Waits until a specified file DOES NOT exist in a specified path.
  51.   Optional creation of specified DOES NOT exist file for other processes
  52.   to delete before proceeding on.
  53.  
  54. Known Potential Problems:
  55.  
  56.    Program expects YOU to enter a valid (drive)(:)(path)(\)(filename).
  57.  
  58.    Because the program does not depend on the system clock for seconds,
  59.      a wait of 1 minute may not necessarily wait 1 entire minute. If
  60.      you absolutely need a 1 minute wait, use 2 instead!
  61.  
  62. Cheers!
  63.